g_warning() if setting the local fails, like gdk_set_locale() did.
authorOwen Taylor <otaylor@redhat.com>
Wed, 13 Feb 2002 17:48:01 +0000 (17:48 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 13 Feb 2002 17:48:01 +0000 (17:48 +0000)
commit6b838a22d1e55ed50d079f7a7eca8afdd3714ddc
treea91e5ffee40c9f8affcf0e9dfd2d8005faf333b9
parent294e8eb7bbb62620afb2d5a76408f4671018deb0
g_warning() if setting the local fails, like gdk_set_locale() did.

Wed Feb 13 12:41:44 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkmain.c (gtk_init_check): g_warning() if setting
        the local fails, like gdk_set_locale() did.

        * gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list):
        Don't free local_list if local_count == 0. (#71241, reported
        by Kevin Vandersloot.)

        * gdk/x11/gdkselection-x11.c (gdk_text_property_to_text_list):
        Clean up list == NULL handling and failure.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkselection-x11.c
gtk/gtkmain.c